home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(5) then
- muZak("Arc welder")
- puppetSprite(2, 1)
- puppetSprite(3, 1)
- puppetSprite(6, 1)
- puppetSprite(8, 1)
- puppetSprite(9, 1)
- set the castNum of sprite 3 to 25
- startTimer()
- repeat while the timer < 30
- repeat with i = 120 to 127
- set the castNum of sprite 2 to i
- qMark()
- updateStage()
- end repeat
- end repeat
- else
- puppetSound(0)
- puppetSprite(2, 0)
- puppetSprite(3, 0)
- puppetSprite(6, 0)
- puppetSprite(8, 0)
- puppetSprite(9, 0)
- updateStage()
- end if
- end
-